Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix many to many relation naming #43

Merged
merged 1 commit into from
Apr 23, 2024
Merged

Conversation

bastian-src
Copy link
Contributor

Since the relation between Users/Usergroups and ResourceQuotas is many-to-many, the relations should reflect this correctly:

  • Rename resource_quota_users to resource_quotas_users
  • Rename resource_quota_usergroups to resource_quotas_usergroups

References: Ruby on Rails | Active Record Associations

* Rename resource_quota_users to resource_quotas_users
* Rename resource_quota_usergroups to resource_quotas_usergroups
@bastian-src bastian-src merged commit 4c9e646 into main Apr 23, 2024
21 checks passed
@maximiliankolb maximiliankolb deleted the fix/user_group_er_naming branch April 23, 2024 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants